Northwoods.GoSilverlight 1.3.5 Assembly
ResolveNodeKey Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : ResolveNodeKey Method

nodekey
This is called repeatedly by ResolveAllReferences, once for each known delayed or forward node reference.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub ResolveNodeKey( _
   ByVal nodekey As NodeKey _
) 
C# 
protected virtual void ResolveNodeKey( 
   NodeKey nodekey
)

Parameters

nodekey

Remarks

Depending on the situation, you may want to create and InsertNode in order to resolve a reference. Or you may want to ignore it, and later call ClearUnresolvedReferences to make sure no future node data addition might resolve the reference.

Requirements

See Also

© 2012 All Rights Reserved.